summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-10-02 04:00:52 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-10-02 04:00:52 +0200
commit36f72131ffa1d35709544ede4c758f7401807334 (patch)
tree685f71c814bd1ac041b8da85d4dbd4580735b717
parentMerge changes I6c35d2e4,If16c3e19 (diff)
parentotautil: Drop a few unneeded includes. (diff)
downloadandroid_bootable_recovery-36f72131ffa1d35709544ede4c758f7401807334.tar
android_bootable_recovery-36f72131ffa1d35709544ede4c758f7401807334.tar.gz
android_bootable_recovery-36f72131ffa1d35709544ede4c758f7401807334.tar.bz2
android_bootable_recovery-36f72131ffa1d35709544ede4c758f7401807334.tar.lz
android_bootable_recovery-36f72131ffa1d35709544ede4c758f7401807334.tar.xz
android_bootable_recovery-36f72131ffa1d35709544ede4c758f7401807334.tar.zst
android_bootable_recovery-36f72131ffa1d35709544ede4c758f7401807334.zip
-rw-r--r--otautil/roots.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/otautil/roots.cpp b/otautil/roots.cpp
index aa7809b54..e098b4b77 100644
--- a/otautil/roots.cpp
+++ b/otautil/roots.cpp
@@ -16,13 +16,10 @@
#include "otautil/roots.h"
-#include <ctype.h>
#include <fcntl.h>
-#include <inttypes.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/mount.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
@@ -33,14 +30,12 @@
#include <vector>
#include <android-base/logging.h>
-#include <android-base/properties.h>
#include <android-base/stringprintf.h>
#include <android-base/unique_fd.h>
#include <cryptfs.h>
#include <ext4_utils/wipe.h>
#include <fs_mgr.h>
#include <fs_mgr/roots.h>
-#include <fs_mgr_dm_linear.h>
#include "otautil/sysutil.h"